summaryrefslogtreecommitdiff
path: root/progs/xdemos
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-03-26 20:31:05 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-03-26 20:31:05 +0000
commit46727c74964faa1e165be81cdbe61c6dbd105b4c (patch)
treec0e829cd551c8c77395dd79249fdb89dbcdfdaa9 /progs/xdemos
parent7a5eb9a7606bd951cb9cba56b0ff96c121084d44 (diff)
Tweaks for make clean / realclean.
Diffstat (limited to 'progs/xdemos')
-rw-r--r--progs/xdemos/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/progs/xdemos/Makefile b/progs/xdemos/Makefile
index 0904ee3445..6462c8ee20 100644
--- a/progs/xdemos/Makefile
+++ b/progs/xdemos/Makefile
@@ -6,7 +6,7 @@ include $(TOP)/configs/current
INCDIR = $(TOP)/include
-LIBS = -L$(LIB_DIR) $(APP_LIB_DEPS)
+LIBS = $(APP_LIB_DEPS)
LIB_DEP = $(LIB_DIR)/$(GL_LIB) $(LIB_DIR)/$(GLU_LIB)
@@ -44,9 +44,6 @@ default: $(PROGS)
clean:
- -rm -f *.o *~
-
-realclean:
-rm -f $(PROGS)
-rm -f *.o *~