diff options
Diffstat (limited to 'lang/squeak1')
-rw-r--r-- | lang/squeak1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/squeak1/Makefile b/lang/squeak1/Makefile index 431269596387..f6776e20b58c 100644 --- a/lang/squeak1/Makefile +++ b/lang/squeak1/Makefile @@ -3,7 +3,7 @@ # Date created: 20 December 1998 # Whom: jesse@cs.uni-magdeburg.de # -# $Id$ +# $Id: Makefile,v 1.5 1998/12/23 04:32:27 steve Exp $ # DISTNAME= 1.31 @@ -24,6 +24,7 @@ MAINTAINER= jesse@cs.uni-magdeburg.de ALLFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +USE_XLIB= yes DIST_SUBDIR= squeak SQUEAK_SRC= SqueakV1.sources USE_GMAKE= yes |