From: Keith Whitwell Date: Thu, 11 Sep 2008 19:07:41 +0000 (+0100) Subject: demos: fix LIBS ref in makefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a90cae8a17283a4d50ba153510aecfbee9f63c66;p=mesa.git demos: fix LIBS ref in makefile --- diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 43cab1ae27d..123d1e59e97 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 #####