Mercurial > hg > xemacs-beta
diff modules/sample/external/Makefile.in.in @ 1490:74b2ea269eb5
[xemacs-hg @ 2003-05-20 15:00:22 by james]
Andrew Begel's change to move use of srcdir below its definition.
author | james |
---|---|
date | Tue, 20 May 2003 15:00:28 +0000 |
parents | 52dd7cedee30 |
children | dce479915b74 |
line wrap: on
line diff
--- a/modules/sample/external/Makefile.in.in Tue May 20 14:40:09 2003 +0000 +++ b/modules/sample/external/Makefile.in.in Tue May 20 15:00:28 2003 +0000 @@ -10,9 +10,6 @@ SRCS=sample.c ### You should not need to modify anything below this line -SRC_SRCS=$(SRCS:%=$(srcdir)/%) -OBJS=$(SRCS:.c=.o) - SHELL=/bin/sh RM=rm -f CFLAGS=@CFLAGS@ @@ -21,6 +18,9 @@ srcdir=@srcdir@ VPATH=@srcdir@ +SRC_SRCS=$(SRCS:%=$(srcdir)/%) +OBJS=$(SRCS:.c=.o) + ELLCC=@ELLCC@ MODARCHDIR=$(shell @ELLCC@ --mod-archdir) INSTALLPATH=$(shell @ELLCC@ --mod-site-location)