Usermode/ld-acess - Cleaning out unused/unneeded headers
[tpg/acess2.git] / Usermode / Libraries / Makefile.tpl
index bf2e932..7160075 100644 (file)
@@ -44,7 +44,7 @@ $(_OBJPREFIX)%.o: %.c
        @echo [CC] -o $@
        @mkdir -p $(dir $@)
        @$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -c $<
-       @$(CC) -M -MT $@ $(CPPFLAGS) $< -o [email protected]
+       @$(CC) -M -MP -MT $@ $(CPPFLAGS) $< -o [email protected]
 
 $(_OBJPREFIX)%.ao: %.$(ASSUFFIX)
        @echo [AS] -o $@

UCC git Repository :: git.ucc.asn.au