From 738a85e5da68df3fd32eea2dc0847a4440ff4288 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 2 Apr 2006 00:13:33 +0000 Subject: [PATCH] Updated dependencies --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index bcba026..8ee0fd6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -18,10 +18,10 @@ configure_CFLAGS = $(CFLAGSF) $(CFLAGS) configure: $(configure_OBJS) $(CC) $(LDFLAGSF) $(LDFLAGS) -o configure $(configure_OBJS) -configure.o: configure.c +configure.o: configure.c configure.h makefile.h $(CC) $(configure_CFLAGS) -c configure.c -makefile.o: makefile.c +makefile.o: makefile.c configure.h $(CC) $(configure_CFLAGS) -c makefile.c clean: