moved installed docs, removed obsoletes, fixed makefiles to do a proper distclean...
[fw/sdcc] / device / include / Makefile.in
index bd65614a960333499204efb294309257434a1db2..52cde817b07fdc0c67a8b4dc8f93eb8a99463ec8 100644 (file)
@@ -43,7 +43,7 @@ install: all installdirs
 # Deleting all the installed files
 # --------------------------------
 uninstall:
-       for hdr in *.h; do rm -f $(sdcc_datadir)/$$hdr; done
+       rm -rf $(sdcc_datadir)/include
 
 
 # Performing self-test