added explicit targets for conffile.c, log.c, and timestr.c
authoraland <aland>
Mon, 25 Sep 2000 20:02:54 +0000 (20:02 +0000)
committeraland <aland>
Mon, 25 Sep 2000 20:02:54 +0000 (20:02 +0000)
src/main/Makefile

index 9b22f81..c8ac8fd 100644 (file)
@@ -40,6 +40,15 @@ util.o: util.c $(INCLUDES)
 nas.o:  nas.c $(INCLUDES)
        $(CC) $(CFLAGS) -c nas.c
 
+log.o:  log.c $(INCLUDES)
+       $(CC) $(CFLAGS) -c log.c
+
+conffile.o: conffile.c $(INCLUDES)
+       $(CC) $(CFLAGS) -c conffile.c
+
+timestr.o: timestr.c $(INCLUDES)
+       $(CC) $(CFLAGS) -c timestr.c
+
 modules.o:  modules.c $(INCLUDES)
        $(CC) $(CFLAGS) $(INCLTDL) -c modules.c