From: Michael Tremer Date: Sun, 11 Dec 2011 01:14:48 +0000 (+0100) Subject: Reorder arguments when linking debugedit. X-Git-Tag: 0.9.19~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be52ee86e8fa16f9d00e58fc75f85f9134bcd8ac;p=people%2Fms%2Fpakfire.git Reorder arguments when linking debugedit. --- diff --git a/scripts/Makefile b/scripts/Makefile index 223a5db79..db5c5f320 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -36,7 +36,7 @@ all: $(SCRIPTS) $(CC) $(CFLAGS) -I. -o $@ -c $< debugedit: debugedit.o hashtab.o - $(CC) $(CFLAGS) $(LIBS_BEECRYPT) $(LIBS_ELF) $(LIBS_POPT) -o $@ $? + $(CC) $(CFLAGS) -o $@ $? $(LIBS_BEECRYPT) $(LIBS_ELF) $(LIBS_POPT) .PHONY: install install: $(SCRIPTS)