]> sourceware.org Git - automake.git/commitdiff
(LINK): New macro
authorTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 20:49:01 +0000 (20:49 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 20:49:01 +0000 (20:49 +0000)
compile-vars.am

index 63f349bbdfa417735c565948e5bfebb0fbb7d1a0..41ea7711ef26545aea7465756d422fdf7c2ae75d 100644 (file)
@@ -9,4 +9,5 @@ LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
 
 COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+LINK = $(CC) $(LDFLAGS) -o $@
 
This page took 0.028799 seconds and 5 git commands to generate.