diff options
Diffstat (limited to 'math/blocksolve95/files/patch-bmake__common')
-rw-r--r-- | math/blocksolve95/files/patch-bmake__common | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/math/blocksolve95/files/patch-bmake__common b/math/blocksolve95/files/patch-bmake__common new file mode 100644 index 000000000000..7c426bf835a8 --- /dev/null +++ b/math/blocksolve95/files/patch-bmake__common @@ -0,0 +1,19 @@ +--- bmake/common.orig Tue Jan 9 16:35:45 1996 ++++ bmake/common Sun Oct 3 23:03:55 2004 +@@ -161,13 +161,13 @@ + # + # Builds library - fast version + libfast: chkpetsc_dir $(SOURCEC) $(SOURCEF) +- @-if [ "$(SOURCEC)" != "" ] ; then \ ++ -if [ "$(SOURCEC)" != "" ] ; then \ + $(CC) -c $(CFLAGS) $(BASEOPT) $(SOURCEC) ;\ + fi +- @-if [ "$(SOURCEF)" != "" ] ; then \ ++ -if [ "$(SOURCEF)" != "" ] ; then \ + $(FC) -c $(FFLAGS) $(BASEOPTF) $(SOURCEF) ;\ + fi +- @-if [ "$(OBJS)" != " " ] ; then \ ++ -if [ "$(OBJS)" != " " ] ; then \ + $(AR) cr $(LIBNAME) $(OBJS); \ + $(RM) -f $(OBJS); \ + fi |