зеркало из https://github.com/mozilla/pjs.git
Remove $(CONFIG) from real_install target. It was a typo anyway.
This commit is contained in:
Родитель
98db50ff0b
Коммит
7afd4fc597
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче