diff options
author | Julien Cristau <[email protected]> | 2009-01-30 19:25:50 +0100 |
---|---|---|
committer | Julien Cristau <[email protected]> | 2009-01-30 19:25:50 +0100 |
commit | 937f0da04a37250e347093aad41f37f7e39def95 (patch) | |
tree | 42c0c36e67f2d07ca90e341dd438b283d9767e8a /src/egl/Makefile | |
parent | 73bc5967e229a53c76f3bc40b571f3ba37630878 (diff) |
Delete more directories that aren't in the tarball
Diffstat (limited to 'src/egl/Makefile')
-rw-r--r-- | src/egl/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/egl/Makefile b/src/egl/Makefile deleted file mode 100644 index fb4db8f9b9f..00000000000 --- a/src/egl/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# src/egl/Makefile - -TOP = ../.. - -SUBDIRS = main drivers/demo drivers/dri - - -default: subdirs - - -subdirs: - @for dir in $(SUBDIRS) ; do \ - if [ -d $$dir ] ; then \ - (cd $$dir && $(MAKE)) || exit 1 ; \ - fi \ - done - - -clean: - -@for dir in $(SUBDIRS) ; do \ - if [ -d $$dir ] ; then \ - (cd $$dir && $(MAKE) clean) ; \ - fi \ - done |