Apply patch: ncpfs-hg-commit-449.patch

This commit is contained in:
Mario Fetka
2026-04-28 20:56:04 +02:00
parent 4a212a344a
commit 1e22bb8bb0
2 changed files with 22 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
changeset: 449:20cdebe39580
user: Petr Vandrovec <petr@vandrovec.name>
date: Sun Oct 16 02:44:08 2005 +0200
files: contrib/ncp_nss_lib/Makefile
description:
Update 'make clean' rule in ncp_nss_lib to remove all build products.
diff -r 1a8455ed3290 -r 20cdebe39580 contrib/ncp_nss_lib/Makefile
--- a/contrib/ncp_nss_lib/Makefile Sun Oct 16 02:40:25 2005 +0200
+++ b/contrib/ncp_nss_lib/Makefile Sun Oct 16 02:44:08 2005 +0200
@@ -87,7 +87,7 @@ dep:
dep:
clean:
- rm -f *.o *.do *.to *~
+ rm -f *.o *.do *.to $(SHARED_NSSLIB) $(SHARED_NSSLIB_BIN) $(UTILS1) *~
mrproper: clean
rm -f $(UTILS) $(DISTFILE)

View File

@@ -87,7 +87,7 @@ $(UTILS1):: %: %.o $(O_TMP1)
dep:
clean:
rm -f *.o *.do *.to *~
rm -f *.o *.do *.to $(SHARED_NSSLIB) $(SHARED_NSSLIB_BIN) $(UTILS1) *~
mrproper: clean
rm -f $(UTILS) $(DISTFILE)