mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
442 B
Plaintext
14 lines
442 B
Plaintext
$NetBSD: patch-ag,v 1.9 2007/03/23 22:08:56 dmcmahill Exp $
|
|
|
|
--- examples/interface-tutorial-so/Makefile.orig 2006-01-04 14:40:34.000000000 +0000
|
|
+++ examples/interface-tutorial-so/Makefile
|
|
@@ -19,7 +19,7 @@ tests : all
|
|
clean ::
|
|
@echo Cleaning
|
|
@$(RM) -f -r *.o *.lo *.la *.so *.dll *.a *.dia .job.sce so_locations
|
|
- @$(RM) -f -r .libs
|
|
+ @$(RM) -f -r .libs libtutorial.c loader.sce
|
|
|
|
distclean:: clean
|
|
@$(RM) -f *.dia *_gateway.c
|