mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
444 B
Plaintext
14 lines
444 B
Plaintext
$NetBSD: patch-an,v 1.8 2007/03/23 22:08:57 dmcmahill Exp $
|
|
|
|
--- examples/interface-multi-so/Makefile.orig 2005-07-13 08:48:42.000000000 +0000
|
|
+++ examples/interface-multi-so/Makefile
|
|
@@ -22,7 +22,7 @@ tests : all
|
|
clean ::
|
|
@echo Cleaning
|
|
@$(RM) -f -r *.o *.lo *.la *.so *.dll *.sl *.a *.dia so_locations
|
|
- @$(RM) -f -r .libs libmulti[0-9]*.c
|
|
+ @$(RM) -f -r .libs libmulti[0-9]*.c loader.sce
|
|
@cd lib ; make clean
|
|
|
|
distclean:: clean
|