25 lines
855 B
Text
25 lines
855 B
Text
$NetBSD: patch-aa,v 1.2 2000/08/24 22:55:21 wiz Exp $
|
|
|
|
--- Makefile.in.orig Thu Aug 13 16:12:55 1998
|
|
+++ Makefile.in
|
|
@@ -15,7 +15,7 @@
|
|
CFLAGS= @CFLAGS@ -I. -I$(srcdir) -I$(INCDIR) \
|
|
-DCC_CMD=\"@CC_CMD@\" -DLDCONFIG_CMD=\"@LDCONFIG@\" -DLD_CMD=\"@LD@\" \
|
|
-DGREP_CMD=\"@GREP@\" -DFILE_CMD=\"@FILE_CMD@\"
|
|
-LIBS= @LIBS@
|
|
+LIBS= -Wl,-R. @LIBS@
|
|
OBJS= dync.o
|
|
EXE= dync
|
|
|
|
@@ -32,8 +32,9 @@
|
|
@./$(EXE) -f tests/1.c root > tests/1.out
|
|
@diff tests/1.exp tests/1.out
|
|
@echo "2. Testing stat(2)"
|
|
- @./$(EXE) -f tests/2.c tests/2.c > tests/2.out
|
|
- @diff tests/2.exp tests/2.out
|
|
+ @echo "<Skipped due to timezone-differences>"
|
|
+# @./$(EXE) -f tests/2.c tests/2.c > tests/2.out
|
|
+# @diff tests/2.exp tests/2.out
|
|
@echo "3. Testing program as argument"
|
|
@./$(EXE) 'int main() { printf("Hello world\n"); exit(0); }' > tests/3.out
|
|
@diff tests/3.exp tests/3.out
|