mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
move the -lmarkdown to the END of the commandline where I link the flags exerciser program, because otherwise it doesn't get properly included in the link on one of my mips linux boxes?
This commit is contained in:
@@ -12,7 +12,7 @@ programs: $(THINGS)
|
||||
|
||||
flags: flags.c
|
||||
$(BUILD) -I$(TOPDIR) -c flags.c
|
||||
$(LINK) -L$(TOPDIR) -lmarkdown -o flags flags.o
|
||||
$(LINK) -L$(TOPDIR) -o flags flags.o -lmarkdown
|
||||
|
||||
run:
|
||||
@for x in $(THINGS); do @LD_LIBRARY_PATH@=$(TOPDIR) ./$$x || exit 1; done
|
||||
|
||||
Reference in New Issue
Block a user