From c9bc24711141581e26d23833989c14a60113f18c Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Sat, 1 Apr 2023 00:09:49 +0200 Subject: [PATCH] fix a make uninstall issue prefenting deletion of some files --- xschem_library/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xschem_library/Makefile b/xschem_library/Makefile index 789d5cb4..c62d42b2 100644 --- a/xschem_library/Makefile +++ b/xschem_library/Makefile @@ -43,7 +43,7 @@ install: FORCE uninstall: FORCE $(SCCBOX) rm -f "$(system_library_dir)"/* "$(XDOCDIR)"/examples/* "$(XDOCDIR)"/pcb/* \ "$(XDOCDIR)"/ngspice/* "$(XDOCDIR)"/symgen/* "$(XDOCDIR)"/logic/* "$(XDOCDIR)"/xTAG/* \ - "$(XDOCDIR)"/rom8k/* "$(XDOCDIR)"/xschem_simulator/ "$(XDOCDIR)"/binto7seg/* \ + "$(XDOCDIR)"/rom8k/* "$(XDOCDIR)"/xschem_simulator/* "$(XDOCDIR)"/binto7seg/* \ "$(XDOCDIR)"/rulz-r8c33/* "$(XDOCDIR)"/generators/* \ "$(XDOCDIR)"/gschem_import/*.sym \ "$(XDOCDIR)"/gschem_import/*.sch \