One more Improvement
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@13 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
parent
9f5341e9e9
commit
21f4b092e7
|
|
@ -13,7 +13,7 @@ all: $(BIN_NAME)
|
||||||
# $(MAKE) cleanup
|
# $(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)
|
@ 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)
|
@ $(LD) $(DEBUG) $(NOLOG) -L$$(pg_config --libdir)/pgsql -lpq $(LDFLAS) $(BIN_NAME) $(OBJS)
|
||||||
@ echo Binary $(BIN_NAME) ist fertig!
|
@ echo Binary $(BIN_NAME) ist fertig!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue