webcit-ng: don't generate .d files , they are not needed
authorArt Cancro <ajc@citadel.org>
Wed, 29 Jun 2022 20:13:30 +0000 (16:13 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 29 Jun 2022 20:13:30 +0000 (16:13 -0400)
webcit-ng/Makefile

index 5431797ebcd52000efe8b45091f8490866e25da6..0fc1ded6d18d7b9cc44c04e242f016768f3ff210 100644 (file)
@@ -15,7 +15,6 @@ webcit: $(OBJS)
 # compile and generate dependency info
 %.o: %.c
        gcc -c $(CFLAGS) $*.c -o $*.o
-       gcc -MM $(CFLAGS) $*.c > $*.d
 
 # remove compilation products
 clean: