Print this page
cw: give cw(1onbld) a new interface allowing for multiple arbitrary shadows

@@ -27,11 +27,11 @@
 #
 # Common targets for smbsrv Makefiles
 #
 
 %_ndr.c: $(NDLDIR)/%.ndl
-        $(NDRGEN) -Y $(CC) $<
+        $(NDRGEN) -Y "$(CC)" $<
 
 pics/%.o:       $(SRC)/common/smbsrv/%.c
         $(COMPILE.c) -o $@ $<
         $(POST_PROCESS_O)