This commit is contained in:
4
Makefile
4
Makefile
@@ -12,7 +12,7 @@ endif
|
||||
REALTOPDIR ?= $(abspath $(srcdir))
|
||||
|
||||
$(REALTOPDIR)/configure: $(REALTOPDIR)/configure.ac
|
||||
cd $(@D) && autoreconf --install -v -I m4
|
||||
cd $(@D) && autoreconf -v -I m4
|
||||
|
||||
Makefile.conf config.status src/include/config.hh etc/dosemu.desktop: \
|
||||
$(REALTOPDIR)/configure
|
||||
@@ -62,7 +62,7 @@ rpm: dosemu2.spec.rpkg
|
||||
rpkg local
|
||||
|
||||
deb:
|
||||
debuild -e CC=clang -i -us -uc -b
|
||||
debuild -i -us -uc -b
|
||||
|
||||
changelog:
|
||||
if [ -d $(top_srcdir)/.git -o -f $(top_srcdir)/.git ]; then \
|
||||
|
||||
Reference in New Issue
Block a user