]> git.ipfire.org Git - pakfire.git/commitdiff
Reorder arguments when linking debugedit.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Dec 2011 01:14:48 +0000 (02:14 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Dec 2011 01:14:48 +0000 (02:14 +0100)
scripts/Makefile

index 223a5db79bd2595c723c859ad7507102fb9ab22b..db5c5f320d4e0fdd4bf7d8a7af6fcc643cfe25ad 100644 (file)
@@ -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)