From a90cae8a17283a4d50ba153510aecfbee9f63c66 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 11 Sep 2008 20:07:41 +0100 Subject: demos: fix LIBS ref in makefile --- progs/demos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'progs') diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 43cab1ae27..123d1e59e9 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -81,7 +81,7 @@ PROGS = \ # make executable from .c file: .c: $(LIB_DEP) readtex.o - $(APP_CC) -I$(INCDIR) $(CFLAGS) $(LDFLAGS) $< readtex.o $(APP_LIB_DEPS) -o $@ + $(APP_CC) -I$(INCDIR) $(CFLAGS) $(LDFLAGS) $< readtex.o $(LIBS) -o $@ ##### TARGETS ##### -- cgit v1.2.3