From 5807181e6cb5fdb048baa3106bbae77c79fb8cc4 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Thu, 21 Jul 2005 10:17:30 +0000 Subject: [PATCH] *** empty log message *** --- ase/test/stx/makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ase/test/stx/makefile.in b/ase/test/stx/makefile.in index 37b5c193..2d18d282 100644 --- a/ase/test/stx/makefile.in +++ b/ase/test/stx/makefile.in @@ -6,10 +6,10 @@ LIBS = @LIBS@ -lxpstx -lxpbas all: stx parser stx: stx.o - $(CC) $(LDFLAGS) -o $@.x $< $(LIBS) + $(CC) $(LDFLAGS) -o $@.x stx.o $(LIBS) parser: parser.o - $(CC) $(LDFLAGS) -o $@.x $< $(LIBS) + $(CC) $(LDFLAGS) -o $@.x parser.o $(LIBS) clean: rm -rf *.x *.o