8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00

Correction

This commit is contained in:
paulbeach 2007-12-19 10:43:34 +00:00
parent d243bbe379
commit d3e724281a

View File

@ -74,7 +74,7 @@ STATIC_O = ao
@echo "generating dependency information for $<"
@$(GEN_DEPS.c) $< > /dev/null
@mv $@ $@~
@echo -n "$@ " > $@
# @echo -n "$@ " > $@
@cat < $@~ >> $@
@-rm $@~
@ -82,7 +82,7 @@ STATIC_O = ao
@echo "generating dependency information for $<"
@$(GEN_DEPS.cc) $< >/dev/null
@mv $@ $@~
@echo -n "$@ " > $@
# @echo -n "$@ " > $@
@cat < $@~ >> $@
@-rm $@~