--- uae/src/Makefile.in 2018/04/24 16:39:59 1.1.1.3 +++ uae/src/Makefile.in 2018/04/24 16:40:53 1.1.1.4 @@ -79,14 +79,14 @@ clean: -rm -f $(OBJS) *.o uae readdisk -rm -f gencpu genblitter blit.h genp2c cpudefs.c cpuopti -rm -f cpuemu.c build68k cputmp.s cpufast.s cpustbl.c cputbl.h - -rm -f blitfunc.c blitfunc.h blittable.c p2c.c p2c.h config.h + -rm -f blitfunc.c blitfunc.h blittable.c p2c.c p2c.h halfclean: -rm -f $(OBJS) streifenfrei: clean -rm -f Makefile config.cache config.log config.status sysconfig.h - -rm -f machdep osdep threaddep sounddep target.h + -rm -f machdep osdep threaddep sounddep target.h config.h blit.h: genblitter ./genblitter i >blit.h @@ -174,6 +174,3 @@ execlib.o: config.h disk.o: config.h include/events.h blitter.o: config.h include/events.h blit.h -config.h: @top_srcdir@/config.h - ln -s @top_srcdir@/config.h config.h -