mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: Move all SUFFIXES up to common-rules.mk.
They need to be available in all subdirectories.
This commit is contained in:
@@ -51,3 +51,9 @@ CLEANFILES += bindtests.tmp
|
||||
|
||||
# Files that should be universally removed by 'make distclean'.
|
||||
DISTCLEANFILES = .depend stamp-*
|
||||
|
||||
# Special suffixes used by OCaml.
|
||||
SUFFIXES = .cmo .cmi .cmx .ml .mli .mll .mly
|
||||
|
||||
# Special suffixes used by PO files.
|
||||
SUFFIXES += .po .gmo
|
||||
|
||||
@@ -207,5 +207,3 @@ stamp-generator: generator
|
||||
CLEANFILES += $(noinst_DATA) $(noinst_PROGRAM)
|
||||
|
||||
DISTCLEANFILES += .pod2text.data.version.2
|
||||
|
||||
SUFFIXES = .cmo .cmi .cmx .ml .mli .mll .mly
|
||||
|
||||
@@ -189,8 +189,6 @@ endif
|
||||
$(top_builddir)/ocaml-dep.sh $^
|
||||
-include .depend
|
||||
|
||||
SUFFIXES = .cmo .cmi .cmx .ml .mli .mll .mly
|
||||
|
||||
# Run ocamlfind to perform the install. ocamlfind refuses to install
|
||||
# the package if it is already installed, so remove the old package
|
||||
# first.
|
||||
|
||||
Reference in New Issue
Block a user