summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pacbox/Makefile')
-rw-r--r--apps/plugins/pacbox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/pacbox/Makefile b/apps/plugins/pacbox/Makefile
index 7af0216a4f..7cc8da02a4 100644
--- a/apps/plugins/pacbox/Makefile
+++ b/apps/plugins/pacbox/Makefile
@@ -48,7 +48,7 @@ ifeq ($(SIMVER), x11)
48# This is the X11 simulator version 48# This is the X11 simulator version
49 49
50$(OUTPUT): $(OBJS) 50$(OUTPUT): $(OBJS)
51 @echo "LD $<" 51 @echo "LD $(notdir $@)"
52 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@ 52 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@
53ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 53ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
54# 'x' must be kept or you'll have "Win32 error 5" 54# 'x' must be kept or you'll have "Win32 error 5"
@@ -64,7 +64,7 @@ ifeq ($(SIMVER), sdl)
64# This is the SDL simulator version 64# This is the SDL simulator version
65 65
66$(OUTPUT): $(OBJS) 66$(OUTPUT): $(OBJS)
67 @echo "LD $<" 67 @echo "LD $(notdir $@)"
68 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@ 68 @$(CC) $(CFLAGS) $(SHARED_FLAG) $(OBJS) -L$(BUILDDIR) -lplugin -o $@
69ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN) 69ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
70# 'x' must be kept or you'll have "Win32 error 5" 70# 'x' must be kept or you'll have "Win32 error 5"