Added Makefiles to work around CVS
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 11 Jul 2001 02:55:58 +0000 (02:55 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 11 Jul 2001 02:55:58 +0000 (02:55 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1052 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/lib/large/Makefile [new file with mode: 0644]
device/lib/small/Makefile [new file with mode: 0644]

diff --git a/device/lib/large/Makefile b/device/lib/large/Makefile
new file mode 100644 (file)
index 0000000..2e05df1
--- /dev/null
@@ -0,0 +1,6 @@
+# Dummy Makefile to get around CVS
+all:
+       touch dummy.lib
+       touch dummy.rel
+
+clean:
diff --git a/device/lib/small/Makefile b/device/lib/small/Makefile
new file mode 100644 (file)
index 0000000..2e05df1
--- /dev/null
@@ -0,0 +1,6 @@
+# Dummy Makefile to get around CVS
+all:
+       touch dummy.lib
+       touch dummy.rel
+
+clean: