Bug1039 Remove obsolete files from repositories directory
authorkarl <karl>
Wed, 19 Nov 2003 21:40:41 +0000 (21:40 +0000)
committerkarl <karl>
Wed, 19 Nov 2003 21:40:41 +0000 (21:40 +0000)
src/Pegasus/repositories/Makefile [deleted file]

diff --git a/src/Pegasus/repositories/Makefile b/src/Pegasus/repositories/Makefile
deleted file mode 100644 (file)
index 2a325d2..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# This is a recurse make file to make ONE OF the repository implementations.
-# Note that as of the current Pegasus, you may only make one repository
-# because they all have the same dll name and therefore, the last make
-# becomes the repository implementation.
-ROOT=../../..
-
-include $(ROOT)/mak/config.mak
-
-TEST_DIRS = \
-
-
-DIRS = \
-    genericfile
-    
-
-#    genericfile\tests
-    
-
-include $(ROOT)/mak/recurse.mak