X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2FMakefile.in;h=2dc7cb83126d2edd5396317eda86697a75c7471d;hb=19eb37fd0abc83f9e2491a3f9ac2033363954852;hp=4cac93c3e91b2f6da462a85d8ba6c81d4ad4c17d;hpb=1fd4cd6fc84d59c208d9e7b64318599c82af334e;p=fw%2Fsdcc diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index 4cac93c3..2dc7cb83 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -186,13 +186,7 @@ install: all installdirs # Deleting all the installed files # -------------------------------- uninstall: - for hdr in ../include/*.h; do rm -f $(sdcc_datadir)/include/$$hdr; done - for cfl in *.c; do rm -f $(sdcc_datadir)/lib/$$cfl; done - for model in $(MODELS); do \ - rm -rf $(sdcc_datadir)/lib/$$model; \ - done - rm -rf $(sdcc_datadir)/lib/ds390 - + rm -rf $(sdcc_datadir)/lib # Performing self-test # --------------------