2007-05-01 08:55:13 -04:00
|
|
|
$OpenBSD: patch-Makefile,v 1.6 2007/05/01 12:55:14 todd Exp $
|
|
|
|
--- Makefile.orig Mon Feb 5 17:01:54 2007
|
|
|
|
+++ Makefile Tue Mar 20 19:21:54 2007
|
|
|
|
@@ -27,7 +27,7 @@ endif
|
|
|
|
ifndef CONFIG_DARWIN
|
|
|
|
ifndef CONFIG_WIN32
|
|
|
|
ifndef CONFIG_SOLARIS
|
|
|
|
-LIBS+=-lrt
|
|
|
|
+#LIBS+=-lrt
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
@@ -51,7 +51,7 @@ clean:
|
2005-08-10 21:15:17 -04:00
|
|
|
rm -f *.o *.a $(TOOLS) dyngen$(EXESUF) TAGS *.pod *~ */*~
|
|
|
|
$(MAKE) -C tests clean
|
|
|
|
for d in $(TARGET_DIRS); do \
|
|
|
|
- $(MAKE) -C $$d $@ || exit 1 ; \
|
|
|
|
+ $(MAKE) -C $$d $@ || exit $$? ; \
|
|
|
|
done
|
2006-06-08 10:33:38 -04:00
|
|
|
|
2005-08-10 21:15:17 -04:00
|
|
|
distclean: clean
|
2007-05-01 08:55:13 -04:00
|
|
|
@@ -106,7 +106,7 @@ cscope:
|
2005-08-10 21:15:17 -04:00
|
|
|
|
|
|
|
# documentation
|
|
|
|
%.html: %.texi
|
|
|
|
- texi2html -monolithic -number $<
|
|
|
|
+ -texi2html -monolithic -number $<
|
|
|
|
|
2006-06-08 10:33:38 -04:00
|
|
|
%.info: %.texi
|
|
|
|
makeinfo $< -o $@
|