summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-04 00:15:02 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-04 00:15:02 +0000
commit4b563afc816a0f21a3c96395ca75f66f660b0442 (patch)
tree67051898bf381b0bbee2ca91a90dab86a83bca7b /Makefile.in
parent7f66b7797bbd336a347815bdb8cfd96d7dce8795 (diff)
downloadnasm-4b563afc816a0f21a3c96395ca75f66f660b0442.tar.gz
nasm-4b563afc816a0f21a3c96395ca75f66f660b0442.tar.bz2
nasm-4b563afc816a0f21a3c96395ca75f66f660b0442.zip
Handle separate source and object directories correctly.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6fabb20..b9eedf9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,7 +49,7 @@ NASM = nasm.o nasmlib.o float.o insnsa.o assemble.o labels.o \
NDISASM = ndisasm.o disasm.o sync.o nasmlib.o insnsd.o
all: nasm ndisasm nasm.man ndisasm.man
- cd rdoff; $(MAKE) all
+ cd rdoff && $(MAKE) all
nasm: $(NASM)
$(CC) $(LDFLAGS) -o nasm $(NASM)