mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-30 16:14:11 +00:00
Remove git_version.o after sudo make install.
This commit is contained in:
parent
0b462054ea
commit
b5401d7b6a
1
Makefile
1
Makefile
@ -449,6 +449,7 @@ tools/input_common_joyconfig.o: input/input_common.c $(HEADERS)
|
||||
$(Q)$(CC) $(CFLAGS) $(ASFLAGS) $(DEFINES) -c -o $@ $<
|
||||
|
||||
install: $(TARGET)
|
||||
rm -f git_version.o
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/bin 2>/dev/null || /bin/true
|
||||
mkdir -p $(DESTDIR)$(GLOBAL_CONFIG_DIR) 2>/dev/null || /bin/true
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1 2>/dev/null || /bin/true
|
||||
|
Loading…
x
Reference in New Issue
Block a user