mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-13 13:17:36 +03:00
555833 always use rm -f in uninstall-local
* Makefile.am: so that make clean doesn't fail in some circumstances
This commit is contained in:
parent
147687f108
commit
2173b5cb30
10
Makefile.am
10
Makefile.am
@ -1220,12 +1220,12 @@ install-data-local:
|
||||
-@INSTALL@ -m 0644 $(srcdir)/testXPath.c $(DESTDIR)$(EXAMPLES_DIR)
|
||||
|
||||
uninstall-local:
|
||||
rm $(DESTDIR)$(EXAMPLES_DIR)/testXPath.c
|
||||
rm $(DESTDIR)$(EXAMPLES_DIR)/testHTML.c
|
||||
rm $(DESTDIR)$(EXAMPLES_DIR)/testSAX.c
|
||||
rm $(DESTDIR)$(EXAMPLES_DIR)/xmllint.c
|
||||
rm -f $(DESTDIR)$(EXAMPLES_DIR)/testXPath.c
|
||||
rm -f $(DESTDIR)$(EXAMPLES_DIR)/testHTML.c
|
||||
rm -f $(DESTDIR)$(EXAMPLES_DIR)/testSAX.c
|
||||
rm -f $(DESTDIR)$(EXAMPLES_DIR)/xmllint.c
|
||||
rm -rf $(DESTDIR)$(EXAMPLES_DIR)
|
||||
rm $(DESTDIR)$(BASE_DIR)/$(DOC_MODULE)/Copyright
|
||||
rm -f $(DESTDIR)$(BASE_DIR)/$(DOC_MODULE)/Copyright
|
||||
rm -rf $(DESTDIR)$(BASE_DIR)/$(DOC_MODULE)
|
||||
|
||||
tst: tst.c
|
||||
|
Loading…
Reference in New Issue
Block a user