X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=c866213480c0da3c8acaeda56801b1cf09d890ae;hb=115826529c6e7b69aff731c87e54ecb19cc2b649;hp=b2c307e7011ccb6b08d5cf348ab676cd17194dae;hpb=bcc3694ff76ce61ab3754b4ad3e1a27bc8ea162b;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index b2c307e7..c8662134 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ if BINDINGS_CXX local_includes += -Ibindings/cxx/include -I$(srcdir)/bindings/cxx/include -Ibindings/cxx endif # Ensure that local include directories are always searched first. -AM_CPPFLAGS = $(local_includes) -D_POSIX_C_SOURCE=200112L -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"' +AM_CPPFLAGS = $(local_includes) -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"' # The tests CFLAGS are a superset of the libsigrok CFLAGS, and the # python bindings CFLAGS are a superset of the C++ bindings CFLAGS. @@ -675,7 +675,7 @@ MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog ChangeLog: - git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog + git --git-dir '$(top_srcdir)/.git' log >$@ || touch $@ dist-hook: ChangeLog