Mercurial > hg > xemacs-beta
diff modules/sample/internal/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 | 308d34e9f07d |
line wrap: on
line diff
--- a/modules/sample/internal/Makefile.in.in Tue May 20 14:40:09 2003 +0000 +++ b/modules/sample/internal/Makefile.in.in Tue May 20 15:00:28 2003 +0000 @@ -33,9 +33,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 PROGNAME=@PROGNAME@ @@ -53,6 +50,9 @@ srcdir=@srcdir@ VPATH=@srcdir@ +SRC_SRCS=$(SRCS:%=$(srcdir)/%) +OBJS=$(SRCS:.c=.o) + CC=@MOD_CC@ MODARCHDIR=@MODARCHDIR@ MAKE_DOCFILE=@MAKE_DOCFILE@