diff lib-src/Makefile.in.in @ 1886:ee0959363838

[xemacs-hg @ 2004-01-27 17:49:44 by james] Pass $(ldflags) to mmencode and make-path builds.
author james
date Tue, 27 Jan 2004 17:49:44 +0000
parents 6504113e7c2d
children 2364237fbc0f
line wrap: on
line diff
--- a/lib-src/Makefile.in.in	Tue Jan 27 13:33:21 2004 +0000
+++ b/lib-src/Makefile.in.in	Tue Jan 27 17:49:44 2004 +0000
@@ -387,11 +387,11 @@
 ## mmencode binary is used by tm - but is really part of the metamail package
 ## mmencode.c was merged copy of mmencode.c and codes.c of metamail
 mmencode : ${srcdir}/mmencode.c
-	$(CC) $(cflags) ${srcdir}/mmencode.c -o $@
+	$(CC) $(cflags) ${srcdir}/mmencode.c $(ldflags) -o $@
 
 
 ## The timer utility (timer.c, getdate.y) is not used in XEmacs
 ## because XEmacs provides built-in timer facilities.
 
 make-path: ${srcdir}/make-path.c ../src/config.h
-	$(CC) -Demacs $(cflags) ${srcdir}/make-path.c -o $@
+	$(CC) -Demacs $(cflags) ${srcdir}/make-path.c $(ldflags) -o $@