•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the OS X section within the Tech Talk category of DaniWeb, a massive community of 391,993 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,257 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our OS X advertiser:
Views: 321 | Replies: 0
![]() |
•
•
Join Date: Jul 2008
Posts: 21
Reputation:
Rep Power: 1
Solved Threads: 0
I am using a make file to build my java project.
The code in my makefile is:
and when i run make install I get this error:
What am I doing wrong?
The code in my makefile is:
INSTALLPATH=/usr/bin
all:
@echo "Compiling all source files to bin/"
@ant
clean:
@echo "Cleaning all targets"
@ant clean
install:
if (! test -e dist/jar.jar ) then
@make all
fi
@echo "Installing in ${INSTALLPATH}"
cp dist/*.jar ${INSTALLPATH}if (! test -e dist/jar.jar ) then /bin/sh: -c: line 1: syntax error: unexpected end of file make: *** [install] Error 2
What am I doing wrong?
Last edited by lil_panda : Jul 11th, 2008 at 7:45 pm. Reason: forgot What am i doing wrong
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb OS X Marketplace
- Please Help Urgent !!! aNnna :(( (C++)
- Help with lexical analyzer program (C++)
- GTKpod (*nix Software)
- Dev-C++ - [Build Error] [main.o] Error 1 (C++)
- Mac Program (C)
Other Threads in the OS X Forum
- Previous Thread: backwards compatability from mac loepard
- Next Thread: Need Bootcamp Help


Linear Mode