diff options
Diffstat (limited to 'emu/MacOSX/mkfile-x11')
| -rw-r--r-- | emu/MacOSX/mkfile-x11 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/emu/MacOSX/mkfile-x11 b/emu/MacOSX/mkfile-x11 index 25fb99c6..1f6c407c 100644 --- a/emu/MacOSX/mkfile-x11 +++ b/emu/MacOSX/mkfile-x11 @@ -1,8 +1,6 @@ SYSTARG=MacOSX -#OBJTYPE=power <../../mkconfig SYSTARG=MacOSX -#OBJTYPE=power #Configurable parameters @@ -46,19 +44,16 @@ SYSLIBS= \ -lpthread\ -framework CoreFoundation\ -framework IOKit\ -# -framework ApplicationServices\ default:V: $O.$CONF +<../port/portmkfile $O.$CONF: $OBJ $CONF.c $CONF.root.h $LIBFILES - $CC $CFLAGS -DKERNDATE=$KERNDATE $CONF.c + $CC $CFLAGS '-DKERNDATE='$KERNDATE $CONF.c $LD $LDFLAGS -o $target $OBJ $CONF.$O $LIBFILES $SYSLIBS install:V: $O.$CONF cp $O.$CONF $INSTALLDIR/$CONF -<../port/portmkfile - -ipif.c:N: ../FreeBSD/ipif.c devfs.c:N: ../port/devfs-posix.c |
