From 21f4b092e7cdb42185edd76e48cb73dce59c54ac Mon Sep 17 00:00:00 2001 From: losinshi Date: Mon, 14 Aug 2006 00:08:55 +0000 Subject: [PATCH] One more Improvement git-svn-id: file:///home/jan/tmp/wetterstation/trunk@13 dd492736-c11a-0410-ad51-8c26713eaf7f --- seriell/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seriell/Makefile b/seriell/Makefile index 5c78576..5bd7730 100644 --- a/seriell/Makefile +++ b/seriell/Makefile @@ -13,7 +13,7 @@ all: $(BIN_NAME) # $(MAKE) cleanup -$(BIN_NAME): main.o config.o input.o process.o write.o +$(BIN_NAME): $(OBJS) @ echo Linke: $(LD) $(DEBUG) $(NOLOG) -L$$(pg_config --libdir)/pgsql -lpq $(LDFLAS) $(BIN_NAME) $(OBJS) @ $(LD) $(DEBUG) $(NOLOG) -L$$(pg_config --libdir)/pgsql -lpq $(LDFLAS) $(BIN_NAME) $(OBJS) @ echo Binary $(BIN_NAME) ist fertig!