From 2cfe3b7e106ce391025d47201f95fbeb6ef4999c Mon Sep 17 00:00:00 2001 From: karl Date: Wed, 19 Nov 2003 21:40:41 +0000 Subject: [PATCH] Bug1039 Remove obsolete files from repositories directory --- src/Pegasus/repositories/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/Pegasus/repositories/Makefile diff --git a/src/Pegasus/repositories/Makefile b/src/Pegasus/repositories/Makefile deleted file mode 100644 index 2a325d21e..000000000 --- a/src/Pegasus/repositories/Makefile +++ /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 -- 2.34.1