Skip to content

Commit

Permalink
removing specfile and trimming Makefile fat
Browse files Browse the repository at this point in the history
  • Loading branch information
clambers committed Apr 16, 2015
1 parent 1ea0d4a commit 1d2172c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
40 changes: 0 additions & 40 deletions packaging/chroma.spec

This file was deleted.

2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ wgt_DATA = $(TARGET)
$(TARGET): $(SOURCES)
$(AM_V_GEN) $(ZIP) $(ZFLAGS_V) $@ $(BUILT_SOURCES) $(SOURCES)

config.xml: $(top_srcdir)/configure.ac $(CONFIG).in
config.xml: $(top_srcdir)/configure.ac $(CONFIG)
$(AM_V_GEN) $(XML_LINT) $(XLFLAGS) $(CONFIG) > $@

0 comments on commit 1d2172c

Please sign in to comment.