help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] smalltalk-1.95.3 Makefile.am bug


From: Alan Eldridge
Subject: [Help-smalltalk] smalltalk-1.95.3 Makefile.am bug
Date: Sun, 4 Mar 2001 11:22:13 -0500
User-agent: Mutt/1.2.5i

platform: x86-gnu-linux with gcc-2.96 (yes, Redhat's damn weird compiler)
and GNU make 3.79.1. this looks like it's a platform-independent bug,
though. [isn't that nice? portable bugs...]

the top level Makefile.am has a glitch in the SUBDIRS variable setting:
lib-src needs to come before examples, or else the regex stuff won't build.

---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<---
--- smalltalk-1.95.3/Makefile.am.or     Fri Feb 23 12:45:56 2001
+++ smalltalk-1.95.3/Makefile.am        Sun Mar  4 10:59:02 2001
@@ -20,7 +20,7 @@
 
 PACKAGE=smalltalk
 
-SUBDIRS = doc examples lib-src tcp xml tests web i18n unsupported kernel blox \
+SUBDIRS = doc lib-src examples tcp xml tests web i18n unsupported kernel blox \
        compiler sunit lightning libltdl libgst
 
 basedir = $(pkgdatadir)
---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<---

-- 
Alan Eldridge 
#include <std_disclaimer.h>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]