diff modules/common/Makefile.common @ 1522:84bef38b39b6

[xemacs-hg @ 2003-06-11 21:21:13 by james] Fix module building with FreeBSD make while avoiding the previous solution, which broke module building with Solaris make.
author james
date Wed, 11 Jun 2003 21:21:15 +0000
parents c92a9d5f2e67
children 64eaceca611d
line wrap: on
line diff
--- a/modules/common/Makefile.common	Tue Jun 10 21:52:24 2003 +0000
+++ b/modules/common/Makefile.common	Wed Jun 11 21:21:15 2003 +0000
@@ -44,7 +44,7 @@
 srcdir=@srcdir@
 VPATH=@srcdir@
 
-SRC_SRCS=$(SRCS:%=$(srcdir)/%)
+SRC_SRCS=$(SRCS:%=@srcdir@/%)
 OBJS=$(SRCS:.c=.o)
 
 MODCC=@MOD_CC@