diff options
author | Dan Nicholson <[email protected]> | 2008-05-06 14:00:43 -0700 |
---|---|---|
committer | Dan Nicholson <[email protected]> | 2008-05-06 14:00:43 -0700 |
commit | c5e2b850ad53fcd1af62c838f8ee288e8ea9fb3d (patch) | |
tree | bd63f13b1c016b6a56b7e1c453aa4fe1d0c50597 /src/glut/directfb | |
parent | cba14d85a854df8b5f24342c072acf21813761b6 (diff) |
Always cleanup the makedepend backup files
Consistently cleanup the depend.bak files created by makedepend. Also,
realclean has been changed to use a single find command, which speeds it
up considerably.
Diffstat (limited to 'src/glut/directfb')
-rw-r--r-- | src/glut/directfb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glut/directfb/Makefile b/src/glut/directfb/Makefile index aa77db91c6c..36b0ea34ed5 100644 --- a/src/glut/directfb/Makefile +++ b/src/glut/directfb/Makefile @@ -80,7 +80,7 @@ tags: # Remove .o and backup files clean: depend - -rm -f depend + -rm -f depend depend.bak -rm -f *.o *~ *.o *~ *.so libglut.so.3.7 include depend |