* Makefile.in, configure.in, configure,
[fw/sdcc] / device / lib / small / Makefile.in
index 4acca3f09e69f73abe2e2555858bb8f41660b7a5..472b7016b959a6e695354cc9a3607f02d946467b 100644 (file)
@@ -1,11 +1,10 @@
 all:
        $(MAKE) -C ../mcs51 all
-       cp ../mcs51/*.rel ../mcs51/*.lib .
-       touch dummy.lib
+       cp ../mcs51/*.rel .
        touch dummy.rel
 
 clean:
-       rm -f *.rel *.lib
+       rm -f *.rel
 
 distclean: clean
        rm -f Makefile
\ No newline at end of file