summaryrefslogtreecommitdiff
path: root/src/glut
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2008-07-11 10:43:29 -0700
committerDan Nicholson <dbn.lists@gmail.com>2008-07-11 10:43:29 -0700
commit6c44c6d020ce7bc8e65ef69fefa0db4cc6157bed (patch)
tree7d70cecdc2aa0a9eb28181a0fdadb58c7efeaf41 /src/glut
parent99803a4ec90d70363305c0652203550d63f086ec (diff)
Remove generated pkg-config files on `make clean'
Diffstat (limited to 'src/glut')
-rw-r--r--src/glut/glx/Makefile1
-rw-r--r--src/glut/mini/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/glut/glx/Makefile b/src/glut/glx/Makefile
index 819dfd2502..660ce8e4f5 100644
--- a/src/glut/glx/Makefile
+++ b/src/glut/glx/Makefile
@@ -119,6 +119,7 @@ clean:
-rm -f *.o *~
-rm -f *.lo
-rm -f *.la
+ -rm -f *.pc
-rm -rf .libs
-rm -f depend depend.bak
diff --git a/src/glut/mini/Makefile b/src/glut/mini/Makefile
index 6aba2af0a3..3b5a73e09a 100644
--- a/src/glut/mini/Makefile
+++ b/src/glut/mini/Makefile
@@ -93,6 +93,6 @@ install: glut.pc
# Remove .o and backup files
clean: depend
-rm -f depend depend.bak
- -rm -f *.o *~ *.o *~ *.so libglut.so.3.7
+ -rm -f *.o *~ *.o *~ *.so *.pc libglut.so.3.7
include depend