зеркало из https://github.com/mozilla/gecko-dev.git
Remove $(CONFIG) from real_install target. It was a typo anyway.
This commit is contained in:
Родитель
4c944525a1
Коммит
7edce1fd98
|
@ -60,7 +60,7 @@ endif
|
|||
real_install::
|
||||
$(NSINSTALL) -D $(DESTDIR)$(includedir)/md
|
||||
cp $(srcdir)/$(MDCPUCFG_H) $(DESTDIR)$(includedir)/prcpucfg.h
|
||||
$(NSINSTALL) -t -m 644 $(CONFIG) $(HEADERS) $(DESTDIR)$(includedir)/md
|
||||
$(NSINSTALL) -t -m 644 $(HEADERS) $(DESTDIR)$(includedir)/md
|
||||
|
||||
release:: export
|
||||
@echo "Copying machine-dependent prcpucfg.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче