summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1998-08-13 00:08:38 +0000
committerwtc%netscape.com <devnull@localhost>1998-08-13 00:08:38 +0000
commit963d2328181ec86dfcb10bdd4196d443844be32c (patch)
tree7c50e41748b20fa1bfeefcb0f6155e78607a4c23
parentc652e0b2a855a908f4248e482f9cdf0998ce3f2d (diff)
downloadnspr-hg-AUTOCONF_1_0.tar.gz
Use $< so that VPATH works. (AUTOCONF_1_0 branch)AUTOCONF_1_0
-rw-r--r--pr/src/md/unix/Makefile2
-rw-r--r--pr/src/md/unix/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/pr/src/md/unix/Makefile b/pr/src/md/unix/Makefile
index b537f8fe..9e037319 100644
--- a/pr/src/md/unix/Makefile
+++ b/pr/src/md/unix/Makefile
@@ -235,7 +235,7 @@ $(SHARED_LIBRARY): $(ULTRASPARC_ASOBJS)
$(INSTALL) -m 444 $(SHARED_LIBRARY) $(DIST)/lib
$(ULTRASPARC_ASOBJS): $(ULTRASPARC_ASFILES)
- /usr/ccs/bin/as -o $@ -K PIC -P -D_ASM -D__STDC__=0 -xarch=v8plus $(ULTRASPARC_ASFILES)
+ /usr/ccs/bin/as -o $@ -K PIC -P -D_ASM -D__STDC__=0 -xarch=v8plus $<
endif
endif
endif
diff --git a/pr/src/md/unix/Makefile.in b/pr/src/md/unix/Makefile.in
index 97efd3ac..1a96f03e 100644
--- a/pr/src/md/unix/Makefile.in
+++ b/pr/src/md/unix/Makefile.in
@@ -240,7 +240,7 @@ $(SHARED_LIBRARY): $(ULTRASPARC_ASOBJS)
$(INSTALL) -m 444 $(SHARED_LIBRARY) $(DIST)/lib
$(ULTRASPARC_ASOBJS): $(ULTRASPARC_ASFILES)
- /usr/ccs/bin/as -o $@ -K PIC -P -D_ASM -D__STDC__=0 -xarch=v8plus $(ULTRASPARC_ASFILES)
+ /usr/ccs/bin/as -o $@ -K PIC -P -D_ASM -D__STDC__=0 -xarch=v8plus $<
endif
endif
endif