summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1998-08-13 04:39:45 +0000
committerwtc%netscape.com <devnull@localhost>1998-08-13 04:39:45 +0000
commitdeb39e6d0c09f308838f7499fb481c47e63bd50d (patch)
treea2aa50de4330b7863a84dcac70aa78451ecdb654
parentf1a29a1e0dc90e6dd240971db88ad6834ccbcbc8 (diff)
downloadnspr-hg-deb39e6d0c09f308838f7499fb481c47e63bd50d.tar.gz
Use $< so that VPATH works.
-rw-r--r--pr/src/md/unix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/md/unix/Makefile b/pr/src/md/unix/Makefile
index f5e2b1f7..a82ed0ef 100644
--- a/pr/src/md/unix/Makefile
+++ b/pr/src/md/unix/Makefile
@@ -242,7 +242,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