diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-09-16 15:30:01 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-09-24 15:21:58 +0200 |
commit | e8961db1997a35ad3c3051d60d4c8bff66f06e2e (patch) | |
tree | 1b8a0e902e0c1a1e58e5f54d0cff994e1ed705da /Makefile.am | |
parent | 740a8fff92789d4157d3a92281bc230cc9445d1a (diff) | |
download | rpm-setup-e8961db1997a35ad3c3051d60d4c8bff66f06e2e.tar rpm-setup-e8961db1997a35ad3c3051d60d4c8bff66f06e2e.tar.gz rpm-setup-e8961db1997a35ad3c3051d60d4c8bff66f06e2e.tar.bz2 rpm-setup-e8961db1997a35ad3c3051d60d4c8bff66f06e2e.tar.xz rpm-setup-e8961db1997a35ad3c3051d60d4c8bff66f06e2e.zip |
remove dwz.macros from git (now SRPMS sources)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 5e5aaed..49b83fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,8 +7,7 @@ pkg_gdata = \ rpmrc pkg_sysconf_macros_tmp = \ - build.macros \ - dwz.macros + build.macros pkg_data_in = $(pkg_gdata:=.in) |