add rmdir
This commit is contained in:
parent
708e34ab7f
commit
d4d9b091ef
@ -230,7 +230,7 @@ install: headers install-inc install-man install-lib
|
||||
uninstall:
|
||||
rm -f $(patsubst %.h,$(INCLUDEDIR)/%.h,$(INCLUDES))
|
||||
rm -f $(INCLUDEDIR)/libowfat/*.h
|
||||
rmdir -f $(INCLUDEDIR)/libowfat
|
||||
test -d $(INCLUDEDIR)/libowfat && rmdir $(INCLUDEDIR)/libowfat
|
||||
rm -f $(patsubst %.3,$(MAN3DIR)/%.3,$(notdir $(wildcard */*.3)))
|
||||
rm -f $(LIBDIR)/libowfat.a
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -819,7 +819,7 @@ install: headers install-inc install-man install-lib
|
||||
uninstall:
|
||||
rm -f $(patsubst %.h,$(INCLUDEDIR)/%.h,$(INCLUDES))
|
||||
rm -f $(INCLUDEDIR)/libowfat/*.h
|
||||
rmdir -f $(INCLUDEDIR)/libowfat
|
||||
test -d $(INCLUDEDIR)/libowfat && rmdir $(INCLUDEDIR)/libowfat
|
||||
rm -f $(patsubst %.3,$(MAN3DIR)/%.3,$(notdir $(wildcard */*.3)))
|
||||
rm -f $(LIBDIR)/libowfat.a
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user