Gnucash BugTrack notification biffhero moved PR#12 from incoming to fixed Message summary for PR#12 From: [EMAIL PROTECTED] Subject: lib/Makefile.in is platform dependent Date: unknown 0 replies 0 followups Notes: this has been fixed, and the two fix lines are in lib/Makefile.in of cvs, 11-25-99, 10:22 PST ====> ORIGINAL MESSAGE FOLLOWS <==== Received: (qmail 22413 invoked from network); 17 Nov 1999 00:59:39 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 17 Nov 1999 00:59:39 -0000 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: lib/Makefile.in is platform dependent Full_Name: Evan Tsue Version: 1.2.3 GUI: OS: FreeBSD 4.0-CURRENT Submission from: (NULL) (166.84.186.65) On a machine whose make is not GNU make, compilation fails in the lib directory. Here is a patch which will accommodate systems whose GNU make is not named make. This problem is also in the configure.in file all the way at the bottom. I haven't looked into a fix for this yet, but I believe that it's possible to use a flag that can be generated with autoconf to overcome this problem. Evan Tsue *** lib/Makefile.in.ORIG Tue Nov 16 19:53:45 1999 --- lib/Makefile.in Tue Nov 16 19:53:56 1999 *************** *** 44,51 **** include @top_srcdir@/Makefile.common g-wrap-install: ! (cd g-wrap && make) ! (cd g-wrap && make install) TRASH += g-wrap-install --- 44,51 ---- include @top_srcdir@/Makefile.common g-wrap-install: ! (cd g-wrap && ${MAKE}) ! (cd g-wrap && ${MAKE} install) TRASH += g-wrap-install -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]