]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/setup/rules/generic/globals
Removed files as requested by Robert.
[wxWidgets.git] / src / gtk / setup / rules / generic / globals
diff --git a/src/gtk/setup/rules/generic/globals b/src/gtk/setup/rules/generic/globals
deleted file mode 100644 (file)
index 3b6413a..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# creates subdirectories for object-files in case they are needed...
-
-subdirs::
-       @if test "x$(SRC_DIR)" != x ; then \
-         echo -n "Creating necessary subdirs: "; \
-         for each in $(SRC_DIR) xxx; do \
-           if test "x$$each" != xxxx; then \
-             echo -n "$$each "; \
-             if test ! -d $$each ; then \
-               mkdir $$each ; \
-             fi; \
-           fi; \
-         done; \
-         echo "";\
-       fi