help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with "multiple target patterns"


From: Leif Warland
Subject: Problems with "multiple target patterns"
Date: 07 Nov 2002 10:44:07 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

I have the following lines in my Makefile:

DSU = DSUSR.MAP DSUSR.exp DSUSR.lib DSUSR.DLL

$(DSU): $(DYRFIL) $(OBJS) $(CONECOBJ)  
        echo $(OBJS) > dsusr.files
        echo $(CONECOBJ) >> dsusr.files
        echo "$(PSSEPATH)\PSSE.LIB" >> dsusr.files
        echo "$(PSSEPATH)\MSUTIL19.LIB"  >> dsusr.files
        echo "$(PSSEPATH)\DSMDL.LIB" >> dsusr.files
        parse32 dummy.bat $(OBJS) 
        rm dummy.bat
        link $(LIPAR) @dsusr.files /out:"DSUSR.DLL" /map:"DSUSR.MAP"
        rm  dsusr.files

The funny thing is that it works on my machine running cygwin,  but
not on my colleague's. There it complains that there are "multiple
target patterns".  What is wrong?
-- 
Leif Warland





reply via email to

[Prev in Thread] Current Thread [Next in Thread]