Revision 2d80ae89 Makefile

b/Makefile
21 21
	$(HOST_CC) $(CFLAGS) $(DEFINES) -c -o $@ $<
22 22

  
23 23
clean:
24
# avoid old build problems by removing potentially incorrect old files
25
	rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h 
24 26
	rm -f *.o *.a $(TOOLS) dyngen TAGS
25 27
	for d in $(TARGET_DIRS); do \
26 28
	make -C $$d $@ || exit 1 ; \
27 29
        done
28 30

  
29 31
distclean: clean
30
	rm -f config-host.mak config-host.h config.mak config.h
32
	rm -f config-host.mak config-host.h
31 33
	for d in $(TARGET_DIRS); do \
32 34
	rm -f $$d/config.h $$d/config.mak || exit 1 ; \
33 35
        done

Also available in: Unified diff