mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
522 B
Plaintext
14 lines
522 B
Plaintext
$NetBSD: patch-am,v 1.8 2007/03/23 22:08:57 dmcmahill Exp $
|
|
|
|
--- examples/interface-multi-so/lib/Makefile.orig 2002-07-08 10:22:28.000000000 +0000
|
|
+++ examples/interface-multi-so/lib/Makefile
|
|
@@ -18,7 +18,7 @@ tests : all
|
|
clean ::
|
|
@echo Cleaning
|
|
@$(RM) -f -r *.o *.lo *.la *.so *.dll *.sl *.a *.dia .job.sce so_locations
|
|
- @$(RM) -f -r .libs f3cloader.sce f3cmake f3floader.sce f3fmake
|
|
+ @$(RM) -f -r .libs f3cloader.sce f3cmake f3floader.sce f3fmake loader.sce
|
|
|
|
distclean:: clean
|
|
@$(RM) -f *.dia *_gateway.c
|